home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 276-300 / disk_290 / ipc / ipc_include / read_me < prev   
Text File  |  1992-05-06  |  875b  |  21 lines

  1. This directory contains all the Include files that might be needed for
  2. normal use of the IPC library.
  3.  
  4.     IPC.h           -- definitions of all normally-needed IPC structures
  5.                     and flags; should be included in all modules that use
  6.                     IPC.  It is fairly heavily internally commented.
  7.  
  8.     IPC_proto.h     -- direct library call definitions for Lattice 4.0
  9.                     or higher. (Avoids needing to link with IPC.lib)
  10.                     Use together with IPC.h.
  11.  
  12.     IPCPorts.h      -- definition of Port structure; this should NOT be
  13.                     needed for normal IPC usage.  If used, include IPC.h
  14.                     first.
  15.  
  16.     IPC_lib.i       -- IPC Library Offsets for Assembly level library calls.
  17.  
  18.     IPC_lib.fd      -- standard Library Function Descriptor File (used to
  19.                     generate IPC_proto.h).
  20.  
  21.